home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.modula2
- Path: bcc.ac.uk!news
- From: Chris Austin <zcaccau>
- Subject: Re: HELP WITH WRITEREAL
- Message-ID: <1996Jan18.100043.30745@ucl.ac.uk>
- Date: Thu, 18 Jan 1996 10:00:43 GMT
- X-Url: news:4dhhe7$1ht0@huey.cadvision.com
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- References: <4dhhe7$1ht0@huey.cadvision.com>
- Mime-Version: 1.0
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4c)
- Organization: University College London
-
- This is only an idea, but I was doing a similar thing with a C++ compiler under
- UNIX. Are you outputting anything after the writereal statement? If not,
- stick in a WriteLn. What I think might be happening is that it is outputting
- 10, and then the current instruction number in the shell that you are using.
- i.e 10 followed by 71, or 72 as in your example outputs, giving the appearance
- of 1071 and 1072.
-
- I maybe completely wrong, but I thought that I would say this in case that is
- what is happening.
-
- Chris
-
-